auto merge of #423 : alexcrichton/cargo/cargo-package, r=brson
authorbors <bors@rust-lang.org>
Wed, 27 Aug 2014 02:17:17 +0000 (02:17 +0000)
committerbors <bors@rust-lang.org>
Wed, 27 Aug 2014 02:17:17 +0000 (02:17 +0000)
commit445bd52c68c97c507df526eda71eeed2ec7a5ccd
treef9c8a1de6c320cc56194e58f11780578238c61d8
parentcaf8345563f272cac6818a2eeb5a1f1f7fa56d9b
parent69c16fc6c8cec98e56bb0b25d3d38b2d0fa2d97a
auto merge of #423 : alexcrichton/cargo/cargo-package, r=brson

This command will assemble the current package into a tarball ready for
uploading to the cargo registry. Currently no further verification is done
beyond packaging the local repository into a tarball, but in the future this
could execute other operations such as api stability tools.